home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / funnyquest.swf / scripts / DefineButton2_289 / BUTTONCONDACTION on(keyPress 3).as < prev    next >
Encoding:
Text File  |  2007-10-01  |  223 b   |  12 lines

  1. on(keyPress "3"){
  2.    if(gameMode eq "pause")
  3.    {
  4.       removeMovieClip("msg_mc");
  5.       call("/:removeCell");
  6.       bg_sound.stop();
  7.       dataMode = 2;
  8.       gotoAndStop("rank");
  9.       gameMode = "end";
  10.    }
  11. }
  12.